home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / GlobalSettings.xcs < prev    next >
Extensible Markup Language  |  2005-11-14  |  2KB  |  59 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:component-schema oor:name="GlobalSettings" oor:package="org.openoffice.Office.UI" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.  
  5.     <info>
  6.  
  7.         <desc>Contains global settings to use for user interface elements of OpenOffice.org.</desc>
  8.     </info>
  9.     <templates>
  10.  
  11.         <group oor:name="GlobalWindowState">
  12.  
  13.             <info>
  14.  
  15.                 <desc>Provides window state settings to be set globally for OpenOfficre.org.</desc>
  16.             </info>
  17.             <prop oor:name="Locked" oor:type="xs:boolean">
  18.  
  19.                 <info>
  20.  
  21.                     <desc>Specifies that windows should be globally locked by default.</desc>
  22.                 </info>
  23.             </prop>
  24.             <prop oor:name="Docked" oor:type="xs:boolean">
  25.  
  26.                 <info>
  27.  
  28.                     <desc>Specifies that windows should be globally docked by default.</desc>
  29.                 </info>
  30.             </prop>
  31.         </group>
  32.     </templates>
  33.     <component>
  34.  
  35.         <group oor:name="Toolbars">
  36.  
  37.             <info>
  38.  
  39.                 <desc>Contains global settings for the toolbars."</desc>
  40.             </info>
  41.             <prop oor:name="StatesEnabled" oor:type="xs:boolean">
  42.  
  43.                 <info>
  44.  
  45.                     <desc>Determines if the global states set should be used or not."</desc>
  46.                 </info>
  47.             </prop>
  48.             <node-ref oor:name="States" oor:node-type="GlobalWindowState">
  49.  
  50.                 <info>
  51.  
  52.                     <desc>Contains global window states for the OpenOffice.org toolbars."</desc>
  53.                 </info>
  54.             </node-ref>
  55.         </group>
  56.     </component>
  57. </oor:component-schema>
  58.  
  59.